projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295572c
)
; * src/hbfont.c (hbfont_shape): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 2 Jun 2019 14:40:18 +0000
(17:40 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 2 Jun 2019 14:40:18 +0000
(17:40 +0300)
src/hbfont.c
patch
|
blob
|
history
diff --git
a/src/hbfont.c
b/src/hbfont.c
index 88767c30afee60a7bbaac33f24a6c65d18ee54f7..5923efd488d5d6111bdc8ff1e8595a413e464898 100644
(file)
--- a/
src/hbfont.c
+++ b/
src/hbfont.c
@@
-362,7
+362,7
@@
hbfont_shape (Lisp_Object lgstring, Lisp_Object direction)
FIXME: maybe drop this guessing once script and language handling
is fixed above; but then will need to guess the direction by
- ourselves, perhaps by looking at the
the
characters using
+ ourselves, perhaps by looking at the characters using
bidi_get_type or somesuch. */
hb_buffer_guess_segment_properties (hb_buffer);